home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / hyper / hsc_source.lha / source / hsclib / lstatus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-31  |  341 b   |  18 lines

  1. /*
  2.  * hsclib/lstatus.h
  3.  *
  4.  * status messages
  5.  *
  6.  */
  7.  
  8. #ifndef HSCLIB_LSTATUS_H
  9. #define HSCLIB_LSTATUS_H
  10.  
  11. extern VOID hsc_status_misc(HSCPRC * hp, STRPTR s);
  12. extern VOID hsc_status_file_begin(HSCPRC * hp, STRPTR filename);
  13. extern VOID hsc_status_file_end(HSCPRC * hp);
  14. extern VOID hsc_status_line(HSCPRC * hp);
  15.  
  16. #endif /* HSCLIB_LSTATUS_H */
  17.  
  18.